Login     Sign up
error when delete page and group
weh team (@friendsunity)
Join date: Apr 18th 2010
Community posts: 67
View Profile
Send Message

hello . i got error when i tried to delete my page and group

Fatal error: Call to undefined method pages::mine() in /home8/aroundta/public_html/index.php on line 33

please help me to fix it

161 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

in pages.php: rename function index to mine and function browse to index. in function index (old function browse) where is the pagebar change pages/browse to pages/index.

same changes you need to do in groups.php

161 months ago
1
weh team (@friendsunity)
Join date: Apr 18th 2010
Community posts: 67
View Profile
Send Message

please tell me clearly .i dnt get you .plz

161 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

in modules/pages/pages.php

you have a function browse

change this name to index.


function browse ----> function index

in this function you have this

[code]
$pb->paras = $ubase.'pages/browse';
[/code]

change it to

[code]
$pb->paras = $ubase.'pages/index';
[/code]

after that, you have a function index
change the name to mine

function index -----> function mine

161 months ago
weh team (@friendsunity)
Join date: Apr 18th 2010
Community posts: 67
View Profile
Send Message

thx you master

161 months ago
weh team (@friendsunity)
Join date: Apr 18th 2010
Community posts: 67
View Profile
Send Message

hello falcone .i fixed it. but when i click on the browse button i got error . plz help me to fix it

160 months ago